Microsoft Windows Graphic

To transfer the schema master role

Using the Windows interface

  1. Open the Active Directory Schema snap-in.
  2. In the console tree, right-click Active Directory Schema and then click Change Domain Controller.
  3. Click Specify Name and type the name of the domain controller that you want to hold the schema master role.
  4. In the console tree, right-click Active Directory Schema, and then click Operations Master.
  5. Click Change.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:
  3. ntdsutil

  4. At the ntdsutil command prompt, type:
  5. roles

  6. At the fsmo maintenance command prompt, type:
  7. connection

  8. At the server connections command prompt, type:
  9. connect to server DomainController

  10. At the server connections command prompt, type:
  11. quit

  12. At the fsmo maintenance command prompt, type:
  13. transfer schema master

Value Description
DomainController The domain controller to which you want to transfer the role.

Notes

Related Topics